home *** CD-ROM | disk | FTP | other *** search
/ Chip: Special Tips & Tricks for Windows 95 / Chip Wintips.iso / sharewar / online / webpagec / wpc.exe / 0 / RCDATA / TREGISTRATION / TREGISTRATION.txt
Encoding:
Text File  |  1996-04-05  |  1.6 KB  |  84 lines

  1. object Registration: TRegistration
  2.   Left = 200
  3.   Top = 117
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'WPC Registration'
  7.   ClientHeight = 218
  8.   ClientWidth = 422
  9.   Font.Color = clWindowText
  10.   Font.Height = -17
  11.   Font.Name = 'System'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnActivate = FormActivate
  15.   PixelsPerInch = 120
  16.   TextHeight = 20
  17.   object Label1: TLabel
  18.     Left = 24
  19.     Top = 16
  20.     Width = 46
  21.     Height = 20
  22.     Caption = 'Name'
  23.     Font.Color = clBlue
  24.     Font.Height = -17
  25.     Font.Name = 'System'
  26.     Font.Style = [fsBold]
  27.     ParentFont = False
  28.   end
  29.   object Label2: TLabel
  30.     Left = 24
  31.     Top = 96
  32.     Width = 165
  33.     Height = 20
  34.     Caption = 'Registration Number'
  35.     Font.Color = clBlue
  36.     Font.Height = -17
  37.     Font.Name = 'System'
  38.     Font.Style = [fsBold]
  39.     ParentFont = False
  40.   end
  41.   object Edit1: TEdit
  42.     Left = 16
  43.     Top = 40
  44.     Width = 393
  45.     Height = 28
  46.     Font.Color = clMaroon
  47.     Font.Height = -17
  48.     Font.Name = 'System'
  49.     Font.Style = [fsBold]
  50.     ParentFont = False
  51.     TabOrder = 0
  52.   end
  53.   object Edit2: TEdit
  54.     Left = 16
  55.     Top = 120
  56.     Width = 393
  57.     Height = 28
  58.     Font.Color = clMaroon
  59.     Font.Height = -17
  60.     Font.Name = 'System'
  61.     Font.Style = [fsBold]
  62.     ParentFont = False
  63.     TabOrder = 1
  64.   end
  65.   object BitBtn1: TBitBtn
  66.     Left = 72
  67.     Top = 168
  68.     Width = 97
  69.     Height = 33
  70.     TabOrder = 2
  71.     OnClick = BitBtn1Click
  72.     Kind = bkOK
  73.   end
  74.   object BitBtn2: TBitBtn
  75.     Left = 256
  76.     Top = 168
  77.     Width = 97
  78.     Height = 33
  79.     TabOrder = 3
  80.     OnClick = BitBtn2Click
  81.     Kind = bkCancel
  82.   end
  83. end
  84.